home *** CD-ROM | disk | FTP | other *** search
/ DOKAN 21 / DOKAN21.iso / Progs / Adam / ADAM-Boletin de noticias-Ene00.EXE / 0 / RCDATA / TPOPUPBALLOONFORM / TPOPUPBALLOONFORM.txt
Text File  |  2000-01-04  |  829b  |  43 lines

  1. object PopUpBalloonForm: TPopUpBalloonForm
  2.   Left = 573
  3.   Top = 132
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 131
  7.   ClientWidth = 171
  8.   Font.Color = clBlack
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = [fsBold]
  12.   FormStyle = fsStayOnTop
  13.   KeyPreview = True
  14.   Scaled = False
  15.   OnKeyDown = FormKeyDown
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object Test: TLabel
  19.     Left = 9
  20.     Top = 9
  21.     Width = 28
  22.     Height = 16
  23.     Caption = 'Test'
  24.     ShowAccelChar = False
  25.     Transparent = True
  26.     OnClick = TextBalloonClick
  27.   end
  28.   object TextBalloon: TNeoBookBalloon
  29.     Left = 0
  30.     Top = 0
  31.     Width = 171
  32.     Height = 131
  33.     Alignment = taCenter
  34.     Align = alClient
  35.     OnClick = TextBalloonClick
  36.     XOffset = 8
  37.     YOffset = 8
  38.     StemPos = spBottom
  39.     StemSize = 16
  40.     StemOffset = 0
  41.   end
  42. end
  43.